projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea4b84
)
test-calc-23889: Skip test on 32-bit platforms
author
Tino Calancha
<tino.calancha@gmail.com>
Fri, 26 May 2017 01:59:19 +0000
(10:59 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Fri, 26 May 2017 01:59:19 +0000
(10:59 +0900)
This test fails on some 32-bit platforms as mentioned in
https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00737.html
* test/lisp/calc/calc-tests.el (test-calc-23889): Skip when
the Lisp integer is not big enough.
test/lisp/calc/calc-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/calc/calc-tests.el
b/test/lisp/calc/calc-tests.el
index 68567dcc2122a4b9966b3d5c1cb7288e79fe1327..e4b43357a011231def96fcca68f11b9e73ba9e35 100644
(file)
--- a/
test/lisp/calc/calc-tests.el
+++ b/
test/lisp/calc/calc-tests.el
@@
-88,6
+88,7
@@
An existing calc stack is reused, otherwise a new one is created."
(ert-deftest test-calc-23889 ()
"Test for http://debbugs.gnu.org/23889 and 25652."
+ (skip-unless (>= math-bignum-digit-length 9))
(dolist (mode '(deg rad))
(let ((calc-angle-mode mode))
;; If user inputs angle units, then should ignore `calc-angle-mode'.